
body
{  
   background: #c0c0c0; height: 100%;   text-align: center;  
   margin-top: 2px; 
   margin-bottom: 2px;
   margin-left: auto; 
   margin-right: auto;
}
span.bold
{
   font-weight: bold;
}
a.nounderline:link
{
	color: blue;
	text-decoration:none;
}
a.nounderline:hover
{
	color: blue;
	text-decoration:underline;
}
a.nounderline:visited
{
	color:#000080;
	text-decoration:none;
}

a.nounderlinebold:link
{
   font-weight: bold;
	color: blue;
	text-decoration:none;
}

a.nounderlinebold:hover
{
   font-weight: bold;
	color: blue;
	text-decoration:underline;
}

a.nounderlinebold:visited
{
   font-weight: bold;
	color:#000080;
	text-decoration:none;
}

a.menulink:link, a.menulink:hover
{
	color: blue;
	background: #ffffff;
	text-decoration:none;
	font-size: 12px;
}

a.menulink:visited
{
	color:#000080;
	text-decoration:none;
	font-size: 12px;
}

a.menulinkbold:link, a.menulinkbold:hover
{
	color: blue;
	background: #ffffff;
	text-decoration:none;
	font-size: 16px;
}

a.menulinkbold:visited
{
	color:#000080;
	background: #ffffff;
	text-decoration:none;
	font-size: 16px;
}

a.menulinknormal:link
{
	color: blue;
	text-decoration:none;
}

a.menulinknormal:hover
{
	color: blue;
	text-decoration:underline;
}

a.menulinknormal:visited
{
	color:#000080;
	text-decoration:none;
}

a.menulinkcaption:link, a.menulinkcaption:hover, a.menulinkcaption:visited
{
	color: #000080;
	background: #ffffff;
	text-decoration:none;
	font-size: 18px;
}

a.link2:link, a.link2:hover, a.link2:visited
{
	color: blue;
	text-decoration:underline;
}

a.toplink:link, a.toplink:hover, a.toplink:visited
{
	color: #ffffff;
	background: #000060;
	text-decoration:none;
	font-size: 10px;
	font-family: verdana,arial;
}

a.button { 
    background-color: #00A0EB;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover 
{
   background-color: #FF6D29;
}

#ramme 
{
   background: #fff;
   width: 900px;
   margin: 0 auto;
   padding: 5px;
   border: 1px solid #999;
   border-width: 0 1px;
}

.productinfo
{  
   font-family: Verdana, Arial, sans-serif;   
   font-size: 13px;
   padding: 4px 0px;
}

p.justified
{
  text-align: justify;
  margin: 0px;
}

p.centered
{
  text-align: center;
  margin: 0px;
}

p.centered
{
  text-align: center;
  margin: 0px;
}

p.docstyle
{
  font-family:"verdana", Arial, sans-serif;
  font-size:13px;
}

dt.docstyle
{
  font-family:"verdana", Arial, sans-serif;
  font-size:13px;
}

dd.docstyle
{
  font-family:"verdana", Arial, sans-serif;
  font-size:13px;
}

td.docstyle
{
  font-family:"verdana", Arial, sans-serif;
  font-size:13px;
}

td.toplogo
{
   text-align: right;  
   background: #3060C0;
   color: #ffffff; 
   background-image:url(images/top1.jpg);
	font-size: 12px;
	font-family: verdana,arial;
}

td.toplogogb
{
   text-align: right;  
   background: #3060C0;
   color: #ffffff; 
   background-image:url(images/gbtop.jpg);
}

h1.margin10
{
  margin: 10px;
}

h2.margin10
{
  margin: 10px;
}

h3.mainheaderstyle
{
  text-align: center;
  margin: 10px;
}

h3.nomarginheaderstyle
{
  text-align: center;
  margin: 00px;
}

h3.nomarginheaderstyleleft
{
  text-align: left;
  margin: 00px;
}
 
 header 
 {
	padding: 20px 2px;
	background: #fff;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover 
{
   color: #000;
   font-size: 55px;
   font-weight: normal;
   letter-spacing: -2px;
   line-height:45px;
   text-decoration: none;
   text-transform: lowercase;
}

header h1 a span 
{ 
   color: #00A0EB;
}

header h2 
{
	color: #c0c0c0;
	font-size: 13px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}

/* Main Menu */

 #nav 
 {
	background-color: #000000;
	border-bottom: 5px solid #00A0EB;
	height: 30px;
	z-index: 30;
   position: relative;	
}

#nav ul 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li 
{
	float: left;
	display: block;
	padding: 0;
}

#nav ul li a 
{
   color: #fff;
   display: block;
   font-family: 'Pontano Sans',Arial,sans-serif;
   font-size: 13px;
   letter-spacing: 0;
   margin: 0;
   padding: 8px 17px;
	font-weight:bold;		
   text-decoration: none;
   text-transform: uppercase;
}

#nav ul li a:hover 
{ 
	background-color: #00A0EB;
	color: #fff; 
	font-weight:bold;
	text-decoration: none;
}

#nav ul li.selected a,
#nav ul li.selected a:hover 
{ 
	background-color: #00A0EB;
	color: #fff; 
	font-weight:bold;
}

/* Main Menu Pull Down Code*/

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
  text-align: left;
}

#nav ul ul 
{
   position: absolute; 
   top: 100%;
   background: #222 repeat-x;
   padding: 0;
   text-transform: capitalize;
}

#nav ul ul 
{
   display: none;
}

#nav ul li:hover > ul 
{
   display: block;
}

#nav ul ul li 
{
	float: none; 
	position: relative;
	white-space: nowrap;
	text-transform: capitalize;
	font-weight:normal;		
	height: 30px;
	text-transform: capitalize;
	font-weight:normal;		
	color: #fff;
}

#nav ul ul li:hover > a 
{
	color: #fff;
	background: #00A0EB;
	text-transform: capitalize;
	font-weight:normal;		
}

#nav ul li a:hover 
{
   color: #fff;
	text-decoration: none;
}

#nav ul ul li a 
{
	padding: 6px 50px 6px 20px;
	color: #fff;
	text-transform: capitalize;
	font-weight:normal;		
}

/* Side bar */

.sidebar 
{

}

.sidebar h4 
{
   padding-bottom: 0;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 1px 0px;
	border-bottom: 4px solid #00A0EB;
   margin: 10px 0px;
}

.sidebar h3 
{
	padding-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 1px 0px;
	border-bottom: 4px solid #00A0EB;
   text-align: center;
}

.sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li 
{
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul 
{
   list-style: none outside none;
   margin: 0px;
	border-top:1px solid #007DB8;
}

.sidebar li ul li 
{
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
}

.sidebar li ul li.text 
{ 
	border-bottom: none;
}

.sidebar li ul li a 
{
	font-weight: normal;
	color: #666;
}

.sidebar li ul li a:hover 
{
	color: #000;
}

.sidebar li ul li a.readmore 
{
   color: #00A0EB;
   font-weight: bold;
}

.sidebar li ul li a.readmore:hover 
{
	color: #FF6D29;
}

.devsidebar h4 
{
   text-transform: uppercase;
   padding-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 1px 0px;
	border-bottom: 4px solid #00A0EB;
   margin: 10px 0px;
}

.product h4 
{
	padding-bottom: 0;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 1px 0px;
	border-bottom: 4px solid #00A0EB;
   margin: 10px 0px;
}

 h4.footerarea 
 {
    font-family: 'Pontano Sans', Arial, sans-serif;
    color: #FF6D29;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
    text-transform: uppercase;
   margin: 0 0 10px 0;
}

.clear 
{
	clear: both;
}
#footer 
{
	margin:20px auto 0;
	background: #222;
	border-top: 10px solid #00A0EB;
}

#footer p 
{
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footer p a 
{
	color: #ccc;
	font-weight: bold;
}

.footer-content 
{
	padding: 20px 25px 30px;
}

#footer .footer-content ul 
{
	width: 170px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}

#footer .footer-content li 
{
	padding: 5px 5px;
}

#footer .footer-content li a, footer .footer-content h4 
{
}

#footer .footer-content li a 
{
   color: #b0b0b0;
   font-size: 14px;
   text-decoration: none;
}

#footer .footer-content li a:hover 
{ 
	color: #ffffff;
}

#footer .footer-content h4 
{
   color: #80D7FF;
   font-size: 18px;
   font-weight: normal;
   padding-bottom: 0;
}

#footer .footer-content ul.middlefooter 
{
	width: 120px;
}

#footer .footer-content ul.endfooter 
{
	width: 120px;
	margin-right: 0;
}

#footer .footer-bottom 
{
	padding: 10px;
	text-align: center;
	background-color: #000;
}

#footer .footer-bottom p 
{
	text-align: center;
}

#footer .footer-bottom p, footer .footer-bottom p a 
{
	color: #fff;
}

a.faq_link:link
{
	color: #025F8A;
	text-decoration:none;
   font-weight: bold;
}

a.faq_link:hover
{
	color: #002070;
	text-decoration:none;
   font-weight: bold;
}

a.faq_link:visited
{
	color:#025F8A;
	text-decoration:none;
   font-weight: bold;
}

.slider 
{
   border: 0px ridge #fff;
	text-align: center;    
}

a.nounderlinebold_slider:link
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;
	color:#000;
	text-decoration:none;
}

a.nounderlinebold_slider:hover
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;
	color:#000;
	text-decoration:underline;
}

a.nounderlinebold_slider:visited
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;
	color:#000;
	text-decoration:none;
}

/* SANS-SERIF STYLES */

p.centered_text_normal
{
   text-align: centered;
   margin: 0px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.centered_text
{
   text-align: centered;
   margin: 0px;
   font: 14px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text_main
{
   text-align: justify;
   margin: 0px;
   font: 14px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text_larger
{
   text-align: justify;
   margin: 4px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.4em;
}

p.justified_text
{
   text-align: justify;
   margin: 0px;
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

span.larger_text_bold
{
   font: 16px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;   
   line-height: 1.3em;
}

span.normal_text
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

span.normal_text_bold
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   font-weight: bold;   
   line-height: 1.3em;
}

span.normal_text_small
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.2em;
}

div.textblock_sans
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

div.textblock_sans_bold
{
   font: 15px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
   font-weight: bold;   
}

div.textblock_sans_notes
{
   font: 12px Arial, Helvetica, Geneva, sans-serif;  
   line-height: 1.3em;
}

h2.feature_style
{
   text-align: center;
   font: 18px Arial, Helvetica, Geneva, sans-serif;  
   margin: 12px;
   font-weight: bold;
}

h3.feature_style
{
   text-align: center;
   font: 18px Arial, Helvetica, Geneva, sans-serif;  
   margin: 12px;
   font-weight: bold;
}

h3.product_style_left
{
   text-align: left;
   font: 16px Arial, Helvetica, Geneva, sans-serif;  
   margin: 0px;
   font-weight: bold;
}

table.xmldoc
{
    border-collapse: collapse;
}

table.xmldoc, td.xmldoc, th.xmldoc
{
   border: 1px solid black;
   font-family:"verdana", Arial, sans-serif;
   font-size:13px;
}

table.xmldocnoborder
{
    border-collapse: collapse;
}

table.xmldocnoborder, td.xmldocnoborder, th.xmldocnoborder
{
   border: 0px solid black;
   font-family:"verdana", Arial, sans-serif;
   font-size:13px;
}

